home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / memsz130.zip / ABOUT.H < prev    next >
C/C++ Source or Header  |  1993-03-14  |  553b  |  22 lines

  1. /**************************************************************** ABOUT.H
  2.  *                                                                      *
  3.  *              Display "ABOUT" Dialog Box            *
  4.  *                                                                      *
  5.  ************************************************************************/
  6.  
  7. #ifndef ABOUT_H
  8. #define ABOUT_H
  9.  
  10. typedef struct
  11. {
  12.   SHORT id ;
  13.   HWND hwndHelp ;
  14. }
  15. ABOUT_PARMS ;
  16.  
  17.  
  18. MRESULT EXPENTRY AboutProcessor
  19.   ( HWND hwnd, USHORT msg, MPARAM mp1, MPARAM mp2 ) ;
  20.  
  21. #endif
  22.